/*公共css*/
body{
    /*background: #0C0C0C;*/
}
a{
    color: #333;
    cursor: pointer;
}
/*分页*/
.page{
    text-align: center;
    margin-top: 100px;
}
.page a{
    border: 1px solid #999;
    padding: 10px 15px;
    border-radius: 20px;
    color: #999;
    margin-right: 10px;
}
.page a:hover{
    border: 1px solid red;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: red;
    color: #fff;
}
.page .on{
    border: 1px solid red;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: red;
    color: #fff;
}
.page_list{
    display: inline-block;
}
.page_info{
    display: inline-block;
}
.page input{
    width: 30px;
    padding: 10px 15px;
    border-radius: 20px;
}
.page button{
    background-color: red;
    border: 1px solid red;
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
}
/*头部css*/
header{
    background-color: #80bfe0;
    height: 70px;
    line-height: 70px;
}
.nav-logo{
    padding-left: 20px;
}
.nav-menu{
    font-weight: bold;
    text-align: center;
}
.nav-menu-active>a{
    color: red;
}
.nav-menu-btn:hover{
    background-image: url("../images/jiao.png");
    background-position: center top 55px;
    background-repeat: no-repeat;
    background-size: auto 15px;
}
.nav-menu-btn:hover>a{
    color: red;
}
.nav-menu-btn:hover .nav-menu2{
    display: block;
}
.nav-menu2{
    background-color: rgba(193,219,232,0.8);
    border-radius: 10px;
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 68px;
}
.nav-menu2-btn{
    height: 35px;
    line-height: 35px;
    border-top: 1px  solid #fff;
    font-size: 14px;
    font-weight: 600;
}

.nav-menu2-btn:nth-child(1){
    border-top: none;
}


/*尾部*/
footer{
    height: 180px;
    background: #e9e9e9;
}
.footer-logo{
    height: 180px;
    line-height: 180px;
}
.footer-menu{
    margin-top: 20px;
}
.footer-menu li{
    float: right;
    padding: 10px 20px;
}
.footer-menu li a{
    color: #333;
}
.footer-clear{
    clear:both;
    float: none!important;
    width: 0!important;
    height: 0!important;
}
.footer-tel{
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
}
.footer-area{
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
}



/*首页*/
/*第一模块背景*/
.link-about-bg{
    background: url("../images/aboutbg.jpg") no-repeat top center;
    overflow: hidden;
}
/*切换按钮*/
.index-link{
    width: 96%;
    height: 205px;
    padding: 50px 2%;
}
.index-link-list{
    width: 100%;
    height: 180px;
    border-radius: 8px;
    box-shadow: 1px 1px 10px 1px #aaa;
}
.index-link-list-box{
    width: 20%;
    height: 100%;
    background-image: url("../images/shu.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 60%;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: 0.5s;
    top: 0;
    float: left;
}

.index-link-list-box:nth-child(1){
    background-image: none;
}
.index-link-list-box .link-logo{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0;
    transition: 0.5s;
}
.index-link-list-box .link-logo-hover{
    width: 100%;
    text-align: center;
    position: absolute;
    top: -100%;
    left: 0;
    transition: 0.5s;
}
.index-link-list-box .link-title{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
    font-size: 14px;
    transition: 0.5s;
}
.index-link-list-box .link-title-en{
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 10px;
    bottom: 30px;
    transition: 0.5s;
}
.index-link-list-box .link-btn{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: -100%;
    transition: 0.5s;
}
.index-linkCon{
    right: 200%;
    position: absolute;
    transition: 1s;
    opacity: 0;
}
.index-linkCon.active{
    right: 0%;
    opacity: 1;
    position: relative;
    z-index: 999;
}
.index-linkAll{
    position: relative;
}

/*按钮划上效果*/
.index-link-list-box:hover{
    /*background-image: linear-gradient(#d8070f,#f2b5b7);*/
    background: linear-gradient(#d8070f,#f2b5b7);;
    background-size: 100%;
    height: 120%;
    top: -10%;
    border-radius: 8px;
}
.index-link-list-box:hover .link-logo{
    top: -100%;
}
.index-link-list-box:hover .link-logo-hover{
    top: 20px;
}
.index-link-list-box:hover .link-title{
    bottom: 90px;
    color: #fff;
}
.index-link-list-box:hover .link-title-en{
    bottom: 70px;
    color: #fff;
}
.index-link-list-box:hover .link-btn{
    left: 0;
}

/*按钮选中效果*/
.link-active{
    /*background-image: linear-gradient(#d8070f,#f2b5b7);*/
    background: linear-gradient(#d8070f,#f2b5b7)!important;
    background-size: 100%;
    height: 120%;
    top: -10%;
    border-radius: 8px;
}
.link-active .link-logo{
    top: -100%;
}
.link-active .link-logo-hover{
    top: 20px;
}
.link-active .link-title{
    bottom: 90px;
    color: #fff;
}
.link-active .link-title-en{
    bottom: 70px;
    color: #fff;
}
.link-active .link-btn{
    left: 0;
}

/*第一模块内容*/
.index-linkCon-left{
    text-align: left;
}
.index-linkCon-right{
    text-align: right;
}
.index-linkCon-title{
    margin-top: 60px;
    font-size: 28px;
}
.index-linkCon-title-en{
    font-size: 16px;
    color: #999;
}
.index-linkCon-content{
    padding-right: 20%;
    line-height: 30px;
    margin-top: 30px;
    font-size: 18px;
    color: #666;
}
.index-linkCon-btn a{
    display: inline-block;
    margin-top: 50px;
    padding: 8px 20px;
    border-radius: 20px;
    background: #d8070f;
    color: #fff;
}
.index-linkCon-image{
    padding-bottom: 40px;
}

/*首页项目*/
.index-xiangmu-bg{
    background-image: url("../images/index-xiangmu.png");
    background-size:  100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.index-xiangmu-title{
    padding-top: 50px;
}
.xiangmu-title-left{
    background-image: url("../images/title-left.png");
    background-position: right center;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
}
.xiangmu-title-right{
    background-image: url("../images/title-right.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
}
.xiangmu-title{
    font-size: 28px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.index-xiangmu-menu{
    margin-top: 30px;
    text-align: center;
    color: #d8070f;
}
.index-xiangmu-box{
    margin-top: 0px;
    padding-bottom: 60px;
}
.index-xiangmu-btn{
    text-align: center;
    margin-top: 140px;
    padding-bottom: 30px;
}
.index-xiangmu-btn a{
    display: inline-block;
    padding: 15px 40px;
    border-radius: 40px;
    border: 1px solid #ccc;
    color: #ccc;

}
/*3D轮播*/
div#carousel {
    perspective: 1200px;
    background: none;
    padding-top: 3%;
    font-size:0;
    /*margin-bottom: 3rem;*/
}
figure#spinner {
    transform-style: preserve-3d;
    height: 300px;
    transform-origin: 50% 50% -700px;
    transition: 1s;
}
figure#spinner figure {
    width: 30%;
    max-width: 500px;
    position: absolute;
    left: 35%;
    transform-origin: 50% 50% -700px;
    outline:1px solid transparent;
    overflow: hidden;
    transition: 1s;
}

figure#spinner figure.focus { width: 26%; left: 37%; margin-top: -3rem; }
figure#spinner figure img { width: 100%; }
figcaption { position: absolute; top: 100%; width: 100%; padding: .3rem; z-index: 2; font-size: 1.1rem; background: rgba(0, 0, 0, 0); transition: .6s; }

figure#spinner figure.current:hover figcaption,
figure#spinner figure.current.caption figcaption
{ top: 90%; background: none; bottom: 0; }


div#carousel ~ span {
    color: #000;
    margin: 5%;
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    transition: 0.6s color;
    position: relative;
    margin-top: -8rem;
    border-bottom: none;
    line-height: 0; }
div#carousel ~ span:hover { color: #888; cursor: pointer; }
/*a{color: #6c4176;text-decoration: none;}*/
.htmleaf-demo{width: 100%;}
.htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #6c4176;font-weight: 700;}
.htmleaf-demo a:hover{opacity: 0.6;}
.htmleaf-demo a.current{background:#6c4176;color: #fff; }

/*3D轮播*/


/*首页关于金枫*/
.index-about{
    background: url("../images/aboutbg.jpg") no-repeat top center;
}

.index-about-images{
    margin-top: 50px;
}
.index-about-images li{
    float: left;
    width: 20%;

}
.index-about-box{
    text-align: center;
    background-image: url("../images/shu.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 80%;
}
.index-about-images li:nth-child(1) .index-about-box{
    background: none;
}
.index-about-content{
    margin-top: 5rem;
    padding-bottom: 3rem;
    font-size: 18px;
    line-height: 30px;
    color: #666;
}
.index-about-btn{
    padding: 2rem 0 4rem;
    text-align: center;
}
.index-about-btn a{
    display: inline-block;
    padding: 15px 50px;
    border-radius: 40px;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 18px;

}

/*首页新闻*/
.index-news-menu{
    text-align: center;
    margin-top: 40px;
}
.index-news-menu a{
    font-size: 22px;
    color: #000;
    margin: 10px 30px;
    cursor: pointer;
}

.mews-menu-top, .mews-menu-down{
    text-align: right;
}
.mews-menu-top i, .mews-menu-down i{
    text-align: right;
    font-size: 24px;
    margin-right: -5px;
}
.index-newshide{
    overflow: hidden;
}
.news-menu-con{
    background-image: url("../images/heishu.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 1px 100%;
}
.index-news-list{
    margin-top: 50px;
    position: absolute;
    transition: 1s;
    opacity: 0;
    bottom: -100%;
    left: 0;
}
.index-news-list.active{
    position: relative;
    opacity: 1;
    z-index: 999;
    bottom: 0;
    left: 0;
}
.news-menu-box{
    padding-bottom: 80px;
    text-align: right;
    cursor: pointer;
}
.news-menu-box a{
    color: #000;
    font-size: 20px;
    background: #fff;
}
.news-menu-box a i{
    font-size: 24px;
    margin-right: -5px;
}
.index-news .active{
    color: #d8070f;
}
.index-news-list-box{
    padding-left: 50px;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}

.news-box-con.active{
    right: 0;
    position: relative;
    z-index: 999;
}
.news-box-con{
    transition: 1s;
    position: absolute;
    right: -200%;
}
.news-box-con .news-box-con-image img{
    width: 322px;
    height: 259px;
}
.news-menu-con-title{
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #888;
}
.index-news-btn{
    padding: 2rem 0 4rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.index-news-btn a{
    display: inline-block;
    padding: 15px 40px;
    border-radius: 40px;
    border: 1px solid #ccc;
    color: #ccc;

}

/*面包屑*/
.nav-bread{
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding-left: 50px;
    background-image: url("../images/home.png");
    background-repeat: no-repeat;
    background-size: auto 40%;
    background-position: left 20px center;
}
.nav-bread a{
    color: #666;
}
.bottom-border{
    border-bottom: 1px solid #eee;
}


/*关于我们页面*/

/*导航*/
.about-menu{
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 70px;
}
.about-menu li{
    float: left;
    padding-left: 30px;
}
.about-menu li a{
    background: #eaecf0;
    color: #888;
}
.about-menu  li a:hover{
    background: #d8070f;
    color: #fff;
}
.about-menu  li a.active{
    background: #d8070f;
    color: #fff;
}

/*董事长寄语*/
.about-content{
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-title{
    text-align: center;
    font-size: 28px;
    color: #000;
}
.about-title-en{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}
.about-message{
    margin-bottom: 10rem;
    line-height: 30px;
    letter-spacing:2px;
    color: #333;
}
.about-message img{
    max-width: 100%;
}

/*成员列表*/
.about-chengyuan li{
    width: 20%;
    float: left;
    height: 300px;
    overflow: hidden;
}
.about-chengyuan-box{
    margin: 10px;
    overflow: hidden;
    float: left;
    height: 300px;
    position: relative;
}
.chengyuan-image{
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
}
.chengyuan-image img{
    width: 100%;
    transform: scale(1);
    transition: 1s;
}
.chengyuan-title{
    text-align: center;
    background: rgba(216,7,15,0.3);
    line-height: 40px;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    color: #fff;
    transition: .5s;
}

.about-chengyuan-box:hover .chengyuan-title{
    bottom: 10px;
}
.about-chengyuan-box:hover .chengyuan-image img{
    transform: scale(1.1);
}
.bg-box{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}

.click-alert{
    position: fixed;
    width: 33vw;
    height: 300px;
    left: 33vw;
    top: 300px;
    z-index: 99999;
    background: rgba(216,7,15,0.6);
    overflow: hidden;
    display: none;
}
.click-alert-image img{
    width: 100%;
}
.click-alert-content{
    padding: 20px;
}
.click-alert-content .title{
    border-bottom: 1px solid #fff;
    font-size: 20px;
    padding-bottom: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.click-alert-content .name{
    color: #fff;
    line-height: 30px;
}
.click-alert-content .zhiwu{
    color: #fff;
    line-height: 30px;
}
.click-alert-content .zhicheng{
    color: #fff;
    line-height: 30px;
}
.click-alert-content .shengri{
    color: #fff;
    line-height: 30px;
}
.click-alert-content .content{
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}
.about-title-xian{
    border-bottom: 2px solid red;
    width: 60px;
    margin: 20px auto;
}
.about-title-list li{
    width: 20%;
    float: left;
}
.about-title-list li .about-title-img{
    padding: 20px;
    height: 270px;
    line-height: 270px;
    overflow: hidden;
}
.about-title-list li img{
    width: 100%;
}

/*集团文化*/
.wenhua-list{
    width: 80%;
    margin-left: 10%;
}
.wenhua-list li{
    width: 33%;
    float: left;
    border-left: 1px solid #ccc;
    height: 220px;
}
.wenhua-list li:nth-child(1){
    border-left: none;
}
.wenhua-list-box{
    text-align: center;
    padding: 0 30px;

}
.wenhua-box-image{
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding-bottom: 20px;
}
.wenhua-box-image img{
    display: inline-block;
}
.wenhua-box-title{
    color: #d8070f;
    font-size: 18px;
    margin-bottom: 20px;
}
.wenhua-box-content{
    font-size: 14px;
    color: #999;
}

/*关于我们 集团文化*/
.wenhuazunze{
    background: #eaecf0;
    padding: 30px 0;
}
.wenhuazunze-message{
    padding: 40px 0;
}
.wenhuazunze-message-title{
    color: #666666;
    font-size: 24px;
}
.wenhuazunze-message-title-en{
    color: #999;
    letter-spacing: 2px;
    margin-top: 5px;
}
.wenhuazunze-message-ftitle{
    color: #d8070f;
    font-size: 18px;
    margin-top: 20px;
}
.wenhuazunze-message-content{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 10px;
}
.wenhuazunze-message-image img{
    height: 100%;
}

.wenhuayuangong{
    padding: 100px 0;
}
.wenhuayuangong-title{
    font-size: 24px;
    color: #333;
    text-align: center;
}
.wenhuayuangong-title-en{
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}
.wenhuayuangong-list{
    margin-top: 30px;
}
.wenhuayuangong-list li{
    padding: 0 20px;
}
.wenhuayuangong-list-box{
    text-align: center;
    position: relative;
}
.wenhuayuangong-list-box-image{
    margin-bottom: 20px;
    position: relative;
    z-index: 999;
}
.wenhuayuangong-list-box-name{
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: url("../images/redtiao.png") no-repeat bottom center;
}
.wenhuayuangong-list-box-name span{
    padding: 0 5px;
}
.wenhuayuangong-list-box-message{
    color: #999;
}
.wenhuayuangong-list-kuang{
    width: 100%;
    height: 200px;
    border: 1px solid #eee;
    position: absolute;
    top: 41px;
    border-radius: 5px;
}

/*资质管理*/
.zizhi{
    overflow: hidden;
}
.link-list{
    width: 100%;
    height: 180px;
    border-radius: 8px;
}
.zizhi-box{
    padding: 10px;

}
.zizhi-box-img{
    height: 334px;
    line-height: 334px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #eee;
}
.zizhi-box-img img{
    max-width: 100%;
    max-height: 100%;
}
.zizhi-box-title{
    text-align: center;
    color: #999;
    line-height: 30px;
}

/*子公司简介*/
.zigongsi-zizhi{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.about-xiangmu-title{
    text-align: center;
    margin-top: 10px;
}

/*集团业绩*/
.index-linkCon td{
    border-left: none;
    border-right: none;
    line-height: 40px;
}

.yeji{
    margin-bottom: 100px;
}

/*集团风采*/
.fengcai{
    margin-top: 40px;
    margin-bottom: 80px;
}
.fengcai-menu{
    border: 1px solid #eee;
    padding-bottom: 20px;
}
.fengcai-menu-header{
    background: #eb8387;
    padding: 20px;
}
.fengcai-menu-title{
    font-size: 24px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 20px;
}
.fengcai-menu-title-en{
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #eb8387;
    width: 110px;
    margin: -10px auto 0;
}
.fengcai-menu-box{
    font-size: 20px;
    line-height: 80px;
    text-align: center;
}
.fengcai-menu-box a{
    border-bottom:1px solid #eee;
    display: inline-block;
    height: 100%;
    width: 80%;
    font-size: 18px;
}
.fengcai-menu-box:hover a{
    color: #d8070f;
}

.fengcai-menu-box.active a{
    color: #d8070f;
}
.fengcai-list{
    padding: 0 20px;
}
.fengcai-list-box{
    text-align: center;
    padding:0  10px 20px;
}
.fengcai-box-img img{
    max-width: 100%;
    max-height: 100%;
}
.fengcai-box-title{
    line-height: 50px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.fengcai-title{
    font-size: 38px;
    text-align: center;
}
.fengcai-set{
    border-bottom: 1px solid #ccc;
    margin-top: 40px;
    padding-bottom: 10px;
}
.font-size{
    text-align: left;
    line-height: 40px;
    padding-left:20px ;
}
.font-size .font-title{
    font-size: 18px;
    color: #666;
}
.font-size .font-btn{
    padding: 5px 8px;
    margin-right: 10px;
    color: #666;
}
.font-size .font-btn.active{
    background: #d8070f;
    color: #fff;
}
.font-size .font-btn:hover{
    background: #d8070f;
    color: #fff;
}
.fengcai-time{
    text-align: right;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
}
.fengcai-time span{
    margin-left: 10px;
    color: #666;
}
.fengcai-content{
    line-height: 30px;
    letter-spacing: 1px;
}
.fengcai-content img{
    max-width: 100%;
    max-height: 100%;
}
.fengcai-footer{
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 40px;
    padding-left: 20px;
}
.fengcai-prev{
    line-height: 50px;
    font-size: 18px;
}
.fengcai-next{
    line-height: 50px;
    font-size: 18px;
}

/*新闻中心*/
.news{
    overflow: hidden;
    padding: 30px 0;
}
.news-list {
    padding: 0px 0 50px;
}
.news-list li{
    padding:0 30px;
}
.news-list-box{
    width: 100%;
    box-shadow: 0px 0px 10px 0px #999;
    transition: .5s;
    transform: translateY(0);
    margin-bottom: 60px;
}
.news-list-box-img{
    text-align: center;
    height: 230px;
    line-height: 230px;
    overflow: hidden;
}
.news-list-box-img img{
    width: 100%;
    min-height: 100%;
    position: relative;
    top: -2px;
    transition: .5s;
    transform: scale(1.1);
}
.news-list-box-title{
    font-size: 20px;
    color: #333;
    padding: 20px;
    transition: .5s;
}
.news-list-box-title span{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.news-list-box-time{
    padding: 20px;
}
.news-list-box:hover{
    box-shadow: 1px 10px 20px 0px #999;
    transform: translateY(-10px);
}
.news-list-box:hover .news-list-box-title{
    color: #d8070f;
}
.news-list-box:hover .news-list-box-img img{
    transform: scale(1);
}
.news-gonggao-box{
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 0 0 #fff;
    transition: 0.5s;
}
.news-gonggao-box-time{
    text-align: center;
    padding: 20px 0;
    margin: 20px 0;
    border-right: 1px solid #ccc;
    color: #333;
    transition: 0.5s;
}
.news-gonggao-box-time .day{
    color: #333;
    font-size: 36px;
    border: 1px solid #333;
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0);
    transition: .5s;
}
.news-gonggao-box-time .year{
    font-size: 22px;
    margin-top: 5px;
}
.news-gonggao-box-message{
    padding: 40px;
}
.news-gonggao-box-message .title{
    font-size: 24px;
    margin-bottom: 20px;
}
.news-gonggao-box-message .desc{
    color: #666;
    font-size: 17px;
}
.news-gonggao-box:hover{
    box-shadow: 1px 10px 10px 1px #ccc;
}
.news-gonggao-box:hover .news-gonggao-box-time{
    color: #d8070f;
}
.news-gonggao-box:hover .news-gonggao-box-time .day{
    color: #fff;
    background: rgba(216,7,15,0.6);
    border-color: #e86a6f;
}
/*新闻风采轮播*/
.swiper-container {
    width: 100%;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.news .swiper-slide{
    position: relative;
    padding-bottom: 50px;
}
.news .swiper-slide span{
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    bottom: 50px;
    position: absolute;
}

/*服务*/
.service{
    margin: 80px 0;
}
.service-form-input{
    padding-right:15%;
    margin-bottom: 20px;
}
.service-form-input label{
    padding-left: 15px;
}
.service-form-input .bixuan:before{
    content: '*';
    color: #d8070f;
    font-weight: bold;
}
.service-form-input textarea{
    resize: none;
    width: 100%;
    height: 400px;
}
.service-form-input button{
    padding: 0 40px;
    background: #d8070f;
    margin-top: 30px;
}

/*联系我们*/
.contact{
    margin-bottom: 50px;
}
.contact-list{
    margin-bottom: 40px;
}
.contact-list-box{
    text-align: center;
    padding: 0 40px;
}
.contact-list-box-image{
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border-radius: 50%;
    background: rgba(216,7,15,0.3);
    display: inline-block;
    transform: rotateY(0);
    transition: 0.5s;
}
.contact-list-box-title{
    font-size: 20px;
    color: #666;
    line-height: 60px;
    transform: rotateY(0);
    transition: 0.5s;
}
.contact-list-box-msg{
    font-size: 14px;
    color: #999;
    transform: rotateY(0);
    transition: 0.5s;
}
.contact-list-box:hover .contact-list-box-image , .contact-list-box:hover .contact-list-box-title ,.contact-list-box:hover .contact-list-box-msg{

    transform: rotateY(360deg);
}

/*招贤纳士*/
.zhaopin{
    margin: 50px 0;
}
.zhaopin-box{
    border-bottom: 1px solid #ccc;
    padding: 40px 10px;
    background: rgba(255,255,255,0);
    transition: .5s;
}
.zhaopin-box-title{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.zhaopin-box-message price{
    color: #d8070f;
    padding-right: 30px;
}
.zhaopin-box-btn{
    margin-top: 20px;
    text-align: right;
}
.zhaopin-box-btn a{
    background: #d8070f;
}
.zhaopin-box:hover{
    background: rgba(216,7,15,0.1);
    border-bottom: 1px solid rgba(216,7,15,0.1);
}

/*招贤纳士内容*/
.go-top{
    line-height: 40px;
    margin-bottom: 50px;
}
.zhaopin-box1{
    overflow: hidden;
    padding-bottom: 10px;
}
.zhaopin-tbox{
    position: relative;
    width: 102%;
    left: -30px;
    padding-left: 30px;
    box-shadow: 0px 5px 5px 0px #eee;
    padding-bottom: 10px;
}
.zhaopin-title{
    font-size: 24px;
    color: #333;
}
.zhaopin-price{
    line-height: 50px;
    color: #d8070f;
    font-size: 24px;
    padding: 30px 0;
}
.zhaopin-box-message .area{
    padding-right: 20px;
    color: #999;
    font-size: 18px;
}
.zhaopin-box-message span{
    font-size: 18px;
    color: #999;
}
.zhaopin-btn a{
    margin-top: 80px;
    padding: 12px 40px;
    background: #d8070f;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}
.zhaopin-tit{
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
    height: 45px;
    margin-bottom: 20px;
}
.zhaopin-tit .title{
    font-weight: bold;
    display: inline-block;
    padding: 10px 10px 10px 0;
    background: #fff;
}
.zhaopin-biaoqian li{
    float: left;
    margin-top: 60px;
    margin-right: 20px;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #666;
    border: 1px solid #ccc;
}
.zhaopin-area{
    background-image: url("../images/areaicon.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin-top: 50px;
    padding: 3px 30px;
    color: #999;
}
.zhaopin-form{
    margin-top: 50px;
}
.zhaopin-file{
    color: #999;
}
.zhaopin-file a{
    color: #1d8be1;
    padding-right: 20px;
}
.zhaopin-file a i{
    font-size: 20px;
    padding-right: 20px;
}

.about-title-list{
    display: none;
}
.about-title-list.active{
    display: block;
}
.about-xiangmu{
    display: none;
}
.about-xiangmu.active{
    display: block;
}

.about-xiangmu-img img{
    width: 100%;
    height: auto;
}
.cl{
    clear: both;
}